home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
425_01
/
tar
/
roll.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1980-07-23
|
313 b
|
16 lines
/* roll.h - this is the part of the Tar program */
#ifdef MSDOS
# define __ARGS__(x) x
#endif
#ifndef __ARGS__
# define __ARGS__(x) ()
#endif
int newroll __ARGS__ ((char *));
int rewroll __ARGS__ ((int));
void delroll __ARGS__ ((void));
int rputc __ARGS__ ((int));
int rgetc __ARGS__ ((void));